From 245835738f52ec21b680c346a164aa7a2c9a721b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 5 Sep 2008 08:49:49 +0000 Subject: [PATCH] Fetch manpages from share/man where they get installed. Don't include 2008-09-05 Tor Lillqvist * gtk-zip.sh.in: Fetch manpages from share/man where they get installed. Don't include pointless entries for directories in the zip files. svn path=/trunk/; revision=21299 --- ChangeLog | 6 ++++++ gtk-zip.sh.in | 23 +++++++++-------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 287d15211d..c01ddbbb50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-05 Tor Lillqvist + + * gtk-zip.sh.in: Fetch manpages from share/man where they get + installed. Don't include pointless entries for directories in the + zip files. + 2008-09-04 Matthias Clasen * configure.in: Bump version diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index a05c5904d0..9c629a429a 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -32,29 +32,24 @@ zip $ZIP share/themes/Default/gtk-2.0-key/gtkrc zip $ZIP share/themes/Emacs/gtk-2.0-key/gtkrc zip $ZIP share/themes/MS-Windows/gtk-2.0/gtkrc -if [ -f share/locale/de/LC_MESSAGES/gtk20.mo ]; then - zip -r $ZIP share/locale/*/LC_MESSAGES/gtk20.mo - zip -r $ZIP share/locale/*/LC_MESSAGES/gtk20-properties.mo -else - zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo - zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20-properties.mo -fi +zip $ZIP share/locale/*/LC_MESSAGES/gtk20.mo +zip $ZIP share/locale/*/LC_MESSAGES/gtk20-properties.mo -zip -r $ZIP share/doc/gtk+-@GTK_VERSION@ +zip -r -D $ZIP share/doc/gtk+-@GTK_VERSION@ rm $DEVZIP -zip -r $DEVZIP -@ <